home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
KorePutt.swf
/
scripts
/
frame_108
/
DoAction_2.as
next >
Wrap
Text File
|
2006-06-13
|
2KB
|
72 lines
tellTarget("/ball")
{
stop();
}
tellTarget("/ball2")
{
stop();
}
setProperty("/ball", _X, "60.6");
setProperty("/ball", _Y, "331.9");
setProperty("/aimer", _X, "60");
setProperty("/aimer", _Y, "331.7");
setProperty("/ball2", _X, "60.6");
setProperty("/ball2", _Y, "331.9");
setProperty("/aimer2", _X, "60");
setProperty("/aimer2", _Y, "331.7");
if(players == "2")
{
setProperty("/ball2", _visible, "1");
setProperty("/ball2", _alpha, "30");
setProperty("/aimer2", _visible, "0");
}
else if(players == "1")
{
setProperty("/ball2", _visible, "0");
setProperty("/aimer2", _visible, "0");
}
setProperty("/ball", _visible, "1");
setProperty("/ball", _alpha, "100");
setProperty("/aimer", _visible, "1");
pturn = "1";
p1_h3 = "-";
p2_h3 = "-";
move = "0";
shotspeed = "5";
firsttime = "0";
p1done = "0";
p2done = "0";
stopped = "0";
topwallx = getProperty("/topwall", _X);
topwally = getProperty("/topwall", _Y);
topwallwidth = getProperty("/topwall", _width) / "2";
topwallheight = getProperty("/topwall", _height) / "2";
botwallx = getProperty("/botwall", _X);
botwally = getProperty("/botwall", _Y);
botwallwidth = getProperty("/botwall", _width) / "2";
botwallheight = getProperty("/botwall", _height) / "2";
rightwallx = getProperty("/rightwall", _X);
rightwally = getProperty("/rightwall", _Y);
rightwallwidth = getProperty("/rightwall", _width) / "2";
rightwallheight = getProperty("/rightwall", _height) / "2";
wall3x = getProperty("/wall3", _X);
wall3y = getProperty("/wall3", _Y);
wall3width = getProperty("/wall3", _width) / "2";
wall3height = getProperty("/wall3", _height) / "2";
topwall2x = getProperty("/topwall2", _X);
topwall2y = getProperty("/topwall2", _Y);
topwall2width = getProperty("/topwall2", _width) / "2";
topwall2height = getProperty("/topwall2", _height) / "2";
botwall2x = getProperty("/botwall2", _X);
botwall2y = getProperty("/botwall2", _Y);
botwall2width = getProperty("/botwall2", _width) / "2";
botwall2height = getProperty("/botwall2", _height) / "2";
wall2x = getProperty("/wall2", _X);
wall2y = getProperty("/wall2", _Y);
wall2width = getProperty("/wall2", _width) / "2";
wall2height = getProperty("/wall2", _height) / "2";
botrightx = "567";
botrighty = "371";
toprightx = "573";
toprighty = "127";